added SSCLI 1.0
[windows-sources.git] / shared source / sscli20 / samples / compilers / myc / src / sources
blob5f057bb95b31c89153633ca1c03352c4478eb9cc
2
3 #  Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
4
5 #  The use and distribution terms for this software are contained in the file
6 #  named license.txt, which can be found in the root of this distribution.
7 #  By using this software in any fashion, you are agreeing to be bound by the
8 #  terms of this license.
9
10 #  You must not remove this notice, or any other, from this software.
11
14 !ifdef PASS0ONLY
15 !else
16 !ifdef LINKONLY
17 MISCFILES = ..\tests\*.myc
18 !endif
19 !endif
21 TARGETNAME=myc
22 TARGETTYPE=NOTARGET
23 TARGETPATH=$(_OBJ_DIR)
25 CLR_TARGETTYPE=EXE
28 # We don't produce any browse info
30 NO_BROWSER_FILE=1
32 CLR_REFERENCES  = \
33     $(_NTTREE)\System.dll \
34     $(_NTTREE)\ISymWrapper.dll
36 SOURCES=
38 CSHARP_SOURCES=\
39     asm.cs     \
40     emit.cs    \
41     exe.cs     \
42     iasm.cs    \
43     io.cs      \
44     myc.cs     \
45     parse.cs   \
46     tok.cs     \
47     var.cs     \
48     varlist.cs 
51